diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-14 23:11:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 23:11:18 +0900 |
| commit | f5f8bd520161d6e11e2f0cd2e4291d7c09f2fe9d (patch) | |
| tree | df47914810780d547649f6199f2eda9f69fa89ab /config/waybar/style/[Retro] Simple Style.css | |
| parent | e099788a2743502fd960ddebfb294f275d7e603e (diff) | |
| parent | be1a509ab0d637206b295b3d20e478aa033497dc (diff) | |
Merge pull request #436 from JaKooLit/development
Development to Main
Diffstat (limited to 'config/waybar/style/[Retro] Simple Style.css')
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index f966b858..25e944e6 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -70,6 +70,7 @@ window#waybar { #custom-backlight, #custom-cycle_wall, #custom-hint, +#custom-hypridle, #custom-keyboard, #custom-light_dark, #custom-lock, @@ -101,6 +102,13 @@ window#waybar { border-bottom: 3px solid yellow; } +/*-----Indicators----*/ +#custom-hypridle.notactive, +#idle_inhibitor.activated { + color: #39FF14; + font-size: 100%; +} + #battery.critical, #disk.critical, #memory.critical, |
